The samples below reflect a GetDeliveredImages request and response.
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2"> <soap:Header/> <soap:Body> <v2:GetDeliveredImages> <!--Optional:--> <v2:transactionIdentifier>336962</v2:transactionIdentifier> <!--Optional:--> <v2:imageType>Original</v2:imageType> </v2:GetDeliveredImages> </soap:Body> </soap:Envelope>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <s:Header> <a:Action s:mustUnderstand="1">http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/GetDeliveredImagesResponse</a:Action> <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <u:Timestamp u:Id="_0"> <u:Created>2016-06-15T12:31:58.538Z</u:Created> <u:Expires>2016-06-15T12:36:58.538Z</u:Expires> </u:Timestamp> </o:Security> </s:Header> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <GetDeliveredImagesResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2"> <GetDeliveredImagesResult> <ImageBytes xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">JVBERi0xLjQKJeLjz9MKMiAwIG9iago8PC9MZ<==</ImageBytes> <Type xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">Original</Type> </GetDeliveredImagesResult> </GetDeliveredImagesResponse> </s:Body> </s:Envelope>